home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / sound / sox4d.zip / README next >
Text File  |  1992-03-28  |  3KB  |  74 lines

  1.  
  2.  
  3.         ST: Sound Tools
  4.  
  5.  
  6.  
  7. ST translates sound samples between different file formats,
  8. and performs various sound effects.
  9.  
  10. This release understands "raw" files in various binary formats,
  11. Sound Blaster .VOC files, IRCAM SoundFile files, SUN Sparcstation 
  12. .au files, mutant DEC .au files, Amiga/SGI AIFF files, 
  13. Macintosh HCOM files, Sounder files, and Soundtool (DOS) files.
  14.  
  15. The sound effects include changing the sample rate, adding echo 
  16. delay lines, applying low- and band-pass filtering, and the 
  17. infamous Fender Vibro effect.
  18.  
  19. History:
  20. This is the fourth release of the Sound Tools.
  21.  
  22. The first release was posted last summer as the "AUX" package.
  23.  
  24. The second release, SoundKit, came out this past fall.  NeXT 
  25. objected to the name SoundKit and so it's now Sound Tools.
  26.  
  27. The third release, Sound Tools, only went out in beta and
  28. Bill Neisius contributed several fixes and formats so I
  29. felt ST had graduated to another release.
  30.  
  31. Installing:
  32. The Makefile needs one option set: -DSYSV if you're on a
  33. System V machine, or -DBSD if you're on a BSD-ish machine.
  34.  
  35. After compiling, run 'tests'.  It should print nothing.  This
  36. indicates that the programs mostly work.  By reading the tests
  37. you may see how to make a sound sample file which you can play.
  38. 'monkey.au' and 'monkey.voc' are a short lo-fi monkey screech
  39. in two supported file formats, to help you ensure Sound Tools works.
  40.  
  41. SOX uses file suffices to determine the nature of a sound sample file.
  42. If it finds the suffix in its list, it uses the appropriate read
  43. or write handler to deal with that file.  You may override the suffix
  44. by giving a different type via the '-t type' argument.  See the manual
  45. page for more information.
  46.  
  47. I hope to inspire the creation of a common base of sound processing
  48. tools for computer multimedia work, similar to the PBM toolkit for 
  49. image manipulation.
  50.  
  51. The files I wrote are copyright Lance Norskog, and may be used for
  52. any purpose.   The U-Law translation and echo delay line code 
  53. come from Jef Poskanzer's SST package.  The .AU, .AIFF, 
  54. .HCOM formats, and numerous bug fixes were contributed by 
  55. Guido Van Rossum.  The 8SVX, Sounder, Soundtool (another name
  56. clash!) and many DOS fixes were contributed by Bill Neisius.
  57.  
  58. Sound Tools may be used for any purpose.  Source
  59. distributions must include the copyright notices.  Binary
  60. distributions must include acknowledgements to the creators.
  61.  
  62. Enjoy!
  63.  
  64.     Creator & Maintainer:
  65.         Lance Norskog        thinman@netcom.com
  66.  
  67.     Contributors:
  68.         Guido Van Rossum    guido@cwi.nl
  69.         Jef Poskanzer        jef@well.sf.ca.us
  70.         Bill Neisius        bill%solaria@hac2arpa.hac.com 
  71.  
  72.  
  73.         (your name could be here, too)
  74.